math/rand.lockedSource.s (field)
7 uses
math/rand (current package)
rand.go#L512: s *rngSource
rand.go#L517: n = r.s.Int63()
rand.go#L524: n = r.s.Uint64()
rand.go#L546: if r.s == nil {
rand.go#L547: r.s = newSource(seed)
rand.go#L549: r.s.Seed(seed)
rand.go#L556: n, err = read(p, r.s, readVal, readPos)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)